home *** CD-ROM | disk | FTP | other *** search
/ Model Wife / The Best of New Machine Publishing 4 - Disc 2: Model Wife.iso / pc / sampler / dm13.dxr / 00034.ls < prev    next >
Encoding:
Text File  |  1995-09-05  |  325 b   |  16 lines

  1. on exitFrame
  2.   set the movieRate of sprite 20 to 0
  3.   cursor(-1)
  4.   if rollOver(2) and the mouseDown then
  5.     puppetSound(0)
  6.     cursor(4)
  7.     set the visible of sprite 7 to 1
  8.     delay(30)
  9.     set the visible of sprite 7 to 0
  10.     updateStage()
  11.     set the movieRate of sprite 20 to 1
  12.     go("w1")
  13.   end if
  14.   go(the frame)
  15. end
  16.